home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 16 / safescan.exe / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  1996-10-15  |  607b  |  34 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 331
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Progress'
  6.   ClientHeight = 45
  7.   ClientWidth = 153
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 20
  17.     Top = 4
  18.     Width = 117
  19.     Height = 13
  20.     Caption = 'Scanning, Please Wait...'
  21.   end
  22.   object prog: TProgressBar
  23.     Left = 0
  24.     Top = 24
  25.     Width = 153
  26.     Height = 21
  27.     Min = 0
  28.     Max = 100
  29.     Position = 5
  30.     Step = 5
  31.     TabOrder = 0
  32.   end
  33. end
  34.